home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / dispatch-conf.conf < prev    next >
Text File  |  2006-06-30  |  799b  |  37 lines

  1. #
  2. # dispatch-conf.conf
  3. #
  4.  
  5. # Directory to archive replaced configs
  6. archive-dir=/etc/config-archive
  7.  
  8. # Use rcs for storing files in the archive directory?
  9. # (yes or no)
  10. use-rcs=no
  11.  
  12. # Diff for display
  13. # %s old file
  14. # %s new file
  15. diff="diff -Nu %s %s | less --no-init --QUIT-AT-EOF"
  16.  
  17. # Diff for interactive merges.
  18. # %s output file
  19. # %s old file
  20. # %s new file
  21. merge="sdiff --suppress-common-lines --output=%s %s %s"
  22.  
  23. # Automerge files comprising only CVS interpolations (e.g. Header or Id)
  24. # (yes or no)
  25. replace-cvs=yes
  26.  
  27. # Automerge files comprising only whitespace and/or comments
  28. # (yes or no)
  29. replace-wscomments=no
  30.  
  31. # Automerge files that the user hasn't modified
  32. # (yes or no)
  33. replace-unmodified=no
  34.  
  35. # Per-session log file of changes made to configuration files
  36. #log-file=/var/log/dispatch-conf.log
  37.